How to convert number(16,10) to date in oracle
- by Elad
Hi,
I'm trying to read the borland starteam application oracle database
and I noticed that they represent their date as a number(16,10) column
I think it is not timestamp or epoc.
for instance, I have the number: 37137.4347569444, how can I read it as date?
I saw that the database has a stored procedure.
CONVERT_DATE:
CREATE OR REPLACE procedure…